home *** CD-ROM | disk | FTP | other *** search
/ Fr. John Corapi, Solt / Fr. John Corapi, Solt.iso / pc / Quiz6.swf / scripts / DefineButton2_29 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2008-02-25  |  111 b   |  9 lines

  1. on(release){
  2.    field1 = "Right!";
  3.    if(first1 == 1)
  4.    {
  5.       first1 = 0;
  6.       result += 1;
  7.    }
  8. }
  9.